home *** CD-ROM | disk | FTP | other *** search
/ World of Sound / World of Sound.iso / utils / modplayers / tracker / docs / troubleshooting < prev   
Encoding:
Text File  |  1993-11-19  |  4.2 KB  |  95 lines

  1. (The name is not a mispelling).
  2.  
  3. - How to compile it ?
  4. Just make machine to build it all, and make install after you've decided
  5. where you want to put it. 
  6.  
  7. - It isn't fast enough.
  8. If you can, try to coerce root into installing it under his name, with
  9. a setuid.. Then tracker will renice itself to -15, which should solve most
  10. of your problems.
  11.  
  12. - I can't get any sound out of my machine.
  13. Check that it is configured properly. Most sparcs/sgis have an independant
  14. software volume control. The sparc has a software switch between headphones
  15. and loudspeaker too. Get sure your audio output is getting where you want.
  16.  
  17. - I still don't get any sound.
  18. Make sure you have some audio hardware.
  19.  
  20. - I can't get it to compile on my silicon graphics.
  21. Maybe you don't have any audio software. If it doesn't find audio
  22. include files/libraries, that's a good bet.
  23.  
  24.  
  25. - I can't get it to compile on my sparc.
  26. If you don't have acc (ansi c compiler), tracker also works ok with old cc.
  27. I haven't been able to make it run with gcc, on the other hand (too much work
  28. for too little result). The option -fast means `use the right options to get
  29. it to run as fast as possible'. -Bstatic  follows the same spirit. It might
  30. not be necessary on your machine, but it helps sparc 10 to output sound at
  31. higher frequencies.
  32.  
  33. - I can't get it to compile on my solaris sparc.
  34. You should use the special target `solaris' which is a full port to solaris 2.2
  35. by Dave Tiller.
  36.  
  37. - I can't get it to compile on my PC with soundblaster.
  38. Perfectly normal. I don't have any PC to test it with, as the original PC
  39. code was written by someone else. I've tried to keep it mostly intact, but
  40. there might be some trivial mistake in soundblaster_audio.c.
  41. Also, you need to modify termio.c. I think it has to do with getche() or
  42. something like it, but I don't really want to know.
  43. Anyhow, if you write the necessary patch, please send it my way.
  44.  
  45. - I can't get it to compile on my PC with linux.
  46. Ask hasvolai@cc.helsinki.fi (Hannu Savolainen).
  47.  
  48.  
  49. - I can't get it to work on my DECstation.
  50. The code use a package called AudioFile. It is a public domain audio package
  51. available from DEC crl.dec.com aka 192.58.206.2, /pub/DEC/AF.
  52. the software will run on a number of platforms: Sun/NeXT/SGI/DEC.
  53.  The AF_audio.c code sends the sound directly to the AudioFile server.
  54.  There is but a slight problem! It Seg Faults when closing the Audio
  55. connection...dunno why, haven't been able to get rid of it!
  56.  Uses 2 environment variables:
  57.  AUDIOFILE - the name of the audio server to connect to for mono
  58. playback. And for the Left Channel in stereo playback. eg. "machine:0"
  59.  AUDIORIGHT - the name of the audio server for the Right Channel when
  60. playing stereo.
  61. This code is only tested for DEC 5000/20, 5000/25, Ultrix 4.2, Ultrix 4.3....
  62. so I can't vouch for how well it'll work on other machines!!!!
  63.  
  64. - I can't change the volume of the sound.
  65. That's intentional. There are other programs that do that quite well.
  66. What you really want is an audio control panel. There are some nifty ones
  67. around, just search carefully. There is no need for tracker to support variable
  68. volume.
  69.  
  70. - The sound output seems hashed.
  71. Your machine isn't running fast enough for the quality you're trying to get.
  72. If you don't have stereo output, don't forget to specify mono.
  73. Get rid of oversample first, this is a big cpu-eater. Then get rid of -show
  74. as well. If that doesn't work, you'll have to revert to a smaller frequency.
  75. tracker is normally aware of the current frequency on the sgi and sparcs,
  76. so if you have a control panel that allows it, change the frequency. You don't
  77. have to restart tracker (usually).
  78.  
  79. - There are some ``not supported'' messages from time to time.
  80. tracker doesn't support the whole set of protracker commands, so it tells
  81. you when it doesn't play something the way it's supposed to be played.
  82.  
  83. - tracker stops when playing some files.
  84. Try -tolerant. If it still doesn't work, send a bug report.
  85.  
  86. - This module doesn't sound like it should.
  87. Check that. be sure you were using the right player on an amiga. If you
  88. still have something weird, you may have a bug. Try e-mailing me.
  89.  
  90. - when tracker exits, my terminal is in some funky mode. 
  91. Shouldn't happen anymore. It definitely did in the previous version.
  92. Send me some email !
  93.  
  94.     Marc Espie (espie@ens.fr)
  95.